object fmFind: TfmFind Left = 442 Top = 301 HelpContext = 940 ActiveControl = rcbFilename BorderStyle = bsDialog Caption = 'Find' ClientHeight = 281 ClientWidth = 377 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object laFilename: TLabel Left = 8 Top = 16 Width = 82 Height = 13 Caption = 'File &Name to find:' end object gbDate: TGroupBox Left = 8 Top = 40 Width = 361 Height = 97 Caption = 'Date' TabOrder = 1 object laDateBetween: TLabel Left = 170 Top = 70 Width = 18 Height = 13 Caption = 'and' Enabled = False end object rbDateAny: TRadioButton Left = 16 Top = 24 Width = 73 Height = 17 Caption = 'Any &Date' Checked = True TabOrder = 0 TabStop = True OnClick = rbDateAnyClick end object rbDateBetween: TRadioButton Left = 16 Top = 41 Width = 169 Height = 17 Caption = 'Files with dates on or between:' TabOrder = 1 OnClick = rbDateAnyClick end object dtpStart: TDateTimePicker Left = 35 Top = 62 Width = 129 Height = 21 CalColors.TitleBackColor = clGray CalColors.TrailingTextColor = clSilver Date = 37596.569548680600000000 Time = 37596.569548680600000000 Enabled = False TabOrder = 2 end object dtpEnd: TDateTimePicker Left = 196 Top = 62 Width = 129 Height = 21 CalColors.TitleBackColor = clGray CalColors.TrailingTextColor = clSilver Date = 37596.569665162000000000 Time = 37596.569665162000000000 Enabled = False TabOrder = 3 OnEnter = dtpEndEnter end end object gbSize: TGroupBox Left = 8 Top = 144 Width = 361 Height = 97 Caption = 'Unpacked Size' TabOrder = 2 object laSizeRange: TLabel Left = 304 Top = 69 Width = 41 Height = 13 Caption = 'kilobytes' Enabled = False end object rbSizeRange: TRadioButton Left = 16 Top = 41 Width = 89 Height = 17 Caption = 'Files with size:' TabOrder = 1 OnClick = rbSizeAnyClick end object rbSizeAny: TRadioButton Left = 16 Top = 24 Width = 65 Height = 17 Caption = 'Any &Size' Checked = True TabOrder = 0 TabStop = True OnClick = rbSizeAnyClick end object edSizeRange: TEdit Left = 184 Top = 61 Width = 113 Height = 21 Enabled = False TabOrder = 3 end object cbSizeRange: TComboBox Left = 35 Top = 61 Width = 137 Height = 21 Style = csDropDownList Enabled = False ItemHeight = 13 ItemIndex = 0 TabOrder = 2 Text = 'Greater than or equal to' Items.Strings = ( 'Greater than or equal to' 'Smaller than or equal to' 'Equal to') end end object buFind: TButton Left = 134 Top = 249 Width = 75 Height = 25 Caption = '&Find' Default = True TabOrder = 3 OnClick = buFindClick end object buCancel: TButton Left = 214 Top = 249 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 4 end object buHelp: TButton Left = 294 Top = 249 Width = 75 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = buHelpClick end object rcbFilename: TRegComboBox Left = 105 Top = 8 Width = 264 Height = 21 Hint = 'Enter a filename' HelpContext = 940 AutoComplete = False AutoDropDown = True DropDownCount = 10 ItemHeight = 13 TabOrder = 0 Text = '*.*' RegAutoFindValue = True RegAutoFindDelay = 500 RegAutoFindCaseSensitive = False RegEnabled = True RegLocation = CurrentUser RegKey = '\Software\PicoZip\Find' RegMaxCount = 10 RegSaveOnExit = True end end